home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / cswsk10.zip / readme.txt < prev    next >
Text File  |  1995-07-01  |  7KB  |  140 lines

  1.                           SocketWrench Custom Control
  2.                                  Version 1.0
  3.  
  4. Welcome
  5.  
  6. Please read this document carefully; it contains information about installing
  7. and using the SocketWrench Windows Sockets custom control. Before you install
  8. the control, please be sure that your system has the following products
  9. installed (the version number indicates the earliest release that is supported;
  10. a later release may also be used):
  11.  
  12.     Microsoft Windows 3.1 or Windows for Workgroups 3.11
  13.     Visual Basic 3.0
  14.     Windows Sockets 1.1 Library
  15.  
  16. If you have any questions about which version of the above products are
  17. installed, check the software documentation or contact your network or 
  18. systems administrator.
  19.  
  20. Catalyst NetTools
  21.  
  22. SocketWrench is part of a larger package currently under development called
  23. Catalyst NetTools. In addition to the comprehensive, but fairly low-level,
  24. access that SocketWrench provides, our NetTools package includes libraries
  25. and custom controls for many of the popular Internet application protocols
  26. such as FTP, TELNET, SMTP, POP3 and HTTP. Both dynamic link libraries (DLL's)
  27. and custom controls for Visual Basic (VBX's) will be included, providing the
  28. greatest flexibility to developers. And, of course, there are never any
  29. royalties or other hidden costs with any of Catalyst's tools.
  30.  
  31. We feel that the most exciting component in the NetTools package is our World
  32. Wide Web browser custom control. The control offers the best of both worlds:
  33. a powerful browser that can be easily customized to meet the needs of your
  34. application. Although NetTools Web control offers many options in the form of
  35. properties, methods and events, you can create your own custom browser by
  36. simply selecting the control, creating a text and button control and setting
  37. the resource property. And when integrated with our other controls, you can
  38. build a fully-featured, Internet-enabled application in just minutes!
  39.  
  40. Free Distribution
  41.  
  42. SocketWrench is freely re-distributable software. You may use the control in
  43. your own applications and redistribute the package as needed. However,
  44. SocketWrench has not been placed in the public domain. Catalyst Software
  45. retains the copyright and may, without prior notice, release subsequent
  46. versions of SocketWrench that are not freely re-distributable. As a developer,
  47. you may include the control in your applications as per the license agreement
  48. included with this software distribution.
  49.  
  50. If you have found SocketWrench to be useful, please consider registering the
  51. software by completing the form in the register.txt file. There is no charge
  52. or obligation when registering SocketWrench, and you'll receive a $50.00
  53. discount towards the purchase of the complete NetTools package when it's
  54. released. To contact Catalyst Software, write to:
  55.  
  56.     Catalyst Software
  57.     638 Lindero Canyon Road
  58.     Suite 107
  59.     Oak Park, California  91301
  60.  
  61.     Phone:    818.879.1144
  62.     Fax:    818.879.1211
  63.         Email:    mstefan@catsoft.com
  64.  
  65. Please include your full name, address, daytime voice and fax number, and
  66. your email address if available. Catalyst Software is committed to providing
  67. tools, utilities and component software that truly solve developers problems.
  68. You can help right now by simply letting us know who you are. Thank you for
  69. your support.
  70.  
  71. Documentation
  72.  
  73. The documentation for this control is provided both as a Windows help file
  74. and as a Microsoft Word 6.0 document. Although the document is copyrighted,
  75. it may be freely copied and redistributed throughout your organization as
  76. needed.
  77.  
  78. Installation
  79.  
  80. To install SocketWrench, run the installation utility that is included with
  81. the package. If the package was downloaded from a bulletin board system, it
  82. will be necessary to extract the files from an archive. To install the
  83. software, select File..Run from the Program Manager menu. A dialog box will
  84. prompt you for the name of the program to execute. If you are installing from
  85. a diskette, enter a:\setup. Otherwise, specify the complete path where the
  86. setup utility is located.
  87.  
  88. When the installation begins, you will be prompted to enter the name of a
  89. directory where documents and sample programs can be installed. If the
  90. directory does not exist, you can choose to have the setup utility create
  91. it for you. This distribution contains the following files: 
  92.  
  93.     cswsock.vbx    SocketWrench custom control
  94.     cswsock.hlp    Help file for the custom control
  95.     cswsock.bas    Visual Basic module to include in projects
  96.     cswsock.doc    SocketWrench control documentation (Word 6.0 format)
  97.     tcpintro.doc    Introduction to programming with SocketWrench
  98.     compat.wri    Control compatibility notes
  99.     license.wri    Software license agreement
  100.     generic.*    Visual Basic project for a minimal client application
  101.     tcpecho.*    Visual Basic project for a TCP echo server and test utility
  102.     udpecho.*    Visual Basic project for a UDP test utility
  103.     ftpclnt.*    Visual Basic project for a simple FTP client
  104.  
  105. The SocketWrench control and help file will be copied to the \WINDOWS\SYSTEM
  106. directory along with the other Visual Basic controls. After all of the files
  107. have been installed, you will be prompted if you wish to create a program
  108. group for the help and documentation files.
  109.  
  110. Once the installation is completed, you can add the control to your project
  111. from within Visual Basic by selecting File..Add File from the menu. Select
  112. the cswsock.vbx file from the file list, and you should see the control added
  113. to your toolbox. It is suggested that you also include the cswsock.bas module
  114. in your project as well. It defines global constants that are commonly used
  115. when programming the control.
  116.  
  117. Reporting Problems
  118.  
  119. If you encounter a problem, either with the control itself, or with the
  120. documentation, please document the error and send an e-mail message to either
  121. of these addresses:
  122.  
  123.     CompuServe:    72202,1427
  124.     Internet:    mstefan@catsoft.com
  125.  
  126. Please be as specific as you can about the problem that you're experiencing.
  127. When reporting the problem, please be sure to include the following
  128. information in your message:
  129.  
  130.     Operating system and version
  131.     Physical connection (Ethernet, dialup SLIP/PPP, etc.)
  132.     TCP/IP vendor and version information
  133.  
  134. Known problems with a specific vendor's Windows Sockets implementation can
  135. be found in the Compatibility Notes document distributed with this product.
  136.  
  137. Copyright 1995, Catalyst Software. All rights reserved.
  138. SocketWrench is a trademark of Catalyst Software.
  139. Windows and Visual Basic is a trademark of Microsoft Corporation
  140.